home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / util / misc / AssignerPro1f.lha / AssignerPro / Install_E < prev    next >
Text File  |  1997-07-31  |  2KB  |  73 lines

  1. ; Assigner Pro v1.0
  2. ; $VER: 1.0 (30-5-97) by Balrog Soft
  3.  
  4.  
  5. (set assdest
  6.    (askdir
  7.       (prompt "Where do you want install Assigner Pro? \n The installer don't make a folder")
  8.       (help "\n Hey! Maybe you must forget computers? \n\n Oh my god! I'll explain you. You are running this\n program for install Assigner Pro in the hard disk \n and you must select where do you want install it. \n IMPOSSIBLE TO EXPLAIN BETTER!!!")
  9.       (default "sys:utilities")
  10.    )
  11. )
  12.  
  13. (copyfiles
  14.    (prompt "Copying Assigner Pro")
  15.    (source "AssignerProE")
  16.    (infos)
  17.    (dest assdest)
  18. )
  19.  
  20. (copyfiles
  21.     (prompt "Copying Assigner Pro documentation")
  22.     (source "AssignerProE.guide")
  23.     (infos)
  24.     (dest assdest)
  25. )
  26.  
  27. (set iconos (askchoice (prompt "Icons type to install")
  28.                     (help "\n\n IT ISN'T DIFFICULT!!!, you only must select \n the icons type you use")
  29.                     (choices "Default icons" "New Icons" "Magic WB")
  30.                     (default 0)
  31.    ))
  32.  
  33.  
  34.  
  35. (if (= iconos 1)
  36.     (copyfiles
  37.         (prompt "Copying New Icons type icons")
  38.         (source "AProIcons/NewIcons/AssignerProE.info")
  39.         (dest assdest)
  40.     ))
  41.  
  42. (if (= iconos 1)
  43.     (copyfiles
  44.         (prompt "Copying New Icons type icons")
  45.         (source "AproIcons/NewIcons/AssignerProE.guide.info")
  46.         (dest assdest)
  47.     ))
  48.  
  49. (if (= iconos 2)
  50.     (copyfiles
  51.         (prompt "Copying MagicWB icons")
  52.         (source "AproIcons/MagicWB/AssignerProE.info")
  53.         (dest assdest)
  54.     ))
  55.  
  56. (if (= iconos 2)
  57.     (copyfiles
  58.         (prompt "Copying MagicWB icons")
  59.         (source "AproIcons/MagicWB/AssignerProE.guide.info")
  60.         (dest assdest)
  61.     ))
  62.  
  63. (copyfiles
  64.     (prompt "Copying project.info")
  65.     (source "iconproject/project.info")
  66.     (dest "s:")
  67.     )
  68.  
  69.       
  70. (set @default-dest assdest)
  71. (message "Assigner Pro has been installed \n read guide for more information \n Tell me what do you think about the \n program and if you find any problem \n \n Write me to: \n \n Pedro Gil or Balrog/LLFB \n C/Ramón y Cajal, n22 \n CP 02500 Tobarra (Albacete) \n\n Or send me a email to: \n \n balrog@arrakis.es")
  72.  
  73.